﻿@charset "UTF-8";
.check { float: left; margin-right: 8px; }
.check input[type="checkbox"] { position: absolute; opacity: 0; }
.check input[type="checkbox"] + label:before { content: ''; background: #ccc; border-radius: 2px; display: inline-block; width: 20px; height: 20px; position: relative; top: 1px; vertical-align: top; cursor: pointer; text-align: center; -webkit-transition: all 250ms ease; transition: all 250ms ease; box-sizing: border-box; }
.check input[type="checkbox"]:checked + label:before { background: url(../../img/temp/gou.png) 0 0/cover no-repeat; }

.radio { float: left; margin-right: 28px; }
.radio input[type="radio"] { position: absolute; opacity: 0; }
.radio input[type="radio"] + label:before { content: ''; background: #f4f4f4; border-radius: 100%; border: 1px solid #9b9b9b; display: inline-block; width: 15px; height: 15px; position: relative; top: 2px; margin-right: 5px; vertical-align: top; cursor: pointer; text-align: center; -webkit-transition: all 250ms ease; transition: all 250ms ease; box-sizing: border-box; }
.radio input[type="radio"]:checked + label:before { background-color: #cf181c; border: 3px solid #cf181c; box-shadow: inset 0 0 0 3px #f4f4f4; }

/*美化滚动条*/
.scrollbar::-webkit-scrollbar { width: 8px; height: 8px; }
.scrollbar::-webkit-scrollbar-track { background-color: transparent; border-radius: 4px; }
.scrollbar::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #ddd; }
.scrollbar::-webkit-scrollbar-button { display: block; width: 1px; height: 1px; }
.scrollbar.auto-hide::-webkit-scrollbar-thumb { border-radius: 4px; background-color: transparent; }
.scrollbar.auto-hide:hover::-webkit-scrollbar-thumb { background-color: #c3c3c3; }
.scrollbar.auto-hide:hover::-webkit-scrollbar { width: 8px; height: 8px; }

/* 滚动条样式 */
::-webkit-scrollbar-track { background-color: #F5F5F5; }

::-webkit-scrollbar { width: 6px; height: 6px; background-color: #F5F5F5; }

::-webkit-scrollbar-thumb { background-color: #999; }

header { padding: 16px 0; z-index: 99; width: 100%; background-color: #fff; position: relative; z-index: 99; }
header .wrap { align-items: center; position: relative; animation-delay: .5s; }
header .logo { flex: inherit; width: 450px; }
header .logo img { max-width: 100%; }
header .navbar { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header nav > ul { display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
header nav > ul > li { position: relative; margin: 0 0.4vw; }
header nav > ul > li > a { display: inline-block; line-height: 45px; font-size: 17px; font-weight: bold; }
header nav > ul > li > a:after { font-family: "iconfont"; content: "\e600"; color: #b7b7b7; font-size: 12px; margin-left: 6px; transition: all .5s; }
header nav > ul > li.active > a { color: #0067B3; }
header nav > ul > li.active > a:after { color: #0067B3; }
header nav > ul > li:hover > a { color: #0067B3; }
header nav > ul > li:hover > a:after { color: #0067B3; }
header nav > ul > li:hover .dropdown { opacity: 1; visibility: visible; top: 100%; }
header nav .dropdown { position: absolute; top: calc(100% - 20px); left: 0; white-space: nowrap; transition: all .5s; opacity: 0; visibility: hidden; z-index: 9; }
header nav .dropdown ul { background-color: #fff; padding: 10px 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); border-bottom: 2px solid #0067B3; }
header nav .dropdown a { display: block; padding: 5px 0; }
header .searchbox { margin-left: 12px; }
header .searchbox a { position: relative; color: #000; }
header .searchbox a i { font-size: 22px; }
header .searchbox a:hover i { color: #0067B3; }
header .menu { --color: #fff; width: 34px; height: 34px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; display: none; background-color: #0067B3; margin-left: 15px; }
header .menu svg { width: 34px; height: 34px; top: -7px; left: -12px; stroke: var(--color); stroke-width: 2px; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; }
header .menu svg path { transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); -webkit-transform: translateZ(0); transform: translateZ(0); }
header .menu svg path:nth-child(2) { --duration: .7s; --easing: ease-in; --offset: 100px; --array-2: 74px; }
header .menu svg path:nth-child(3) { --offset: 133px; --array-2: 107px; }
header .menu.active svg path { --offset: 57px; }
header .menu.active svg path:nth-child(1), header .menu.active svg path:nth-child(3) { --delay: .15s; --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1); }
header .menu.active svg path:nth-child(2) { --duration: .4s; --offset: 2px; --array-1: 1px; }
header .menu.active svg path:nth-child(3) { --offset: 58px; }
header .show-searchbox { position: absolute; left: 0; width: 100%; height: 70px; z-index: 1; top: 0; transition: all .5s; opacity: 0; visibility: hidden; transition: all .5s; }
header .show-searchbox.open { top: 100%; opacity: 1; visibility: visible; }
header .show-searchbox .wrap { height: 100%; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: flex-end; }
header .show-searchbox form { display: -webkit-flex; display: flex; align-items: center; justify-content: center; height: 100%; background-color: #fff; width: 50%; }
header .show-searchbox input[type="text"] { font-size: 18px; width: calc(100% - 130px); }
header .show-searchbox button { background-color: transparent; cursor: pointer; }
header .show-searchbox button i { font-size: 24px; }
header .show-searchbox button:hover i { color: #0067B3; }
header .show-searchbox .close-srh { margin-left: 20px; width: 26px; height: 26px; cursor: pointer; display: inline-block; transition: all .5s; opacity: .4; }
header .show-searchbox .close-srh:hover { transform: rotate(-180deg); opacity: 1; }

@media only screen and (max-width: 1600px) { header nav > ul > li > a:after { margin-left: 5px; }
  header nav > ul > li { margin: 0 5px; } }
@media only screen and (max-width: 1070px) { header .logo { width: 250px; flex-shrink: 0; flex: inherit; } }
@media only screen and (min-width: 1071px) and (max-width: 1440px) { header .logo { width: 320px; flex-shrink: 0; flex: inherit; } }
@media only screen and (max-width: 1280px) { header nav > ul > li > a:after { display: none; } }
@media only screen and (max-width: 1024px) { body { overflow-x: hidden; }
  header { padding: 20px 0; }
  header .logo { width: 180px; }
  header nav { display: none; float: none; position: absolute; left: -20px; top: 50px; background-color: #fff; z-index: 9; height: calc(100vh - 70px); width: 100vw; overflow-y: auto; }
  header nav > ul { display: block; padding: 0 4.16667%; }
  header nav > ul > li { display: block; float: none; width: 100%; margin: 0; padding: 10px 0 10px 0; text-align: left; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; border-bottom: 1px solid rgba(45, 45, 45, 0.1); }
  header nav > ul > li:after { content: "\e600"; font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; position: absolute; right: 0; top: 25px; transition: all .5s; }
  header nav > ul > li > a { margin-right: 20px; display: block; position: relative; }
  header nav > ul > li:first-child > a:after { display: none; }
  header nav > ul > li.active:after { transform: rotate(180deg); color: #0067B3; }
  header nav > ul > li.active > a:after { transform: rotate(180deg); }
  header nav > ul > li.active .dropdown { display: block; }
  header nav > ul > li:first-child h2:after { display: none; }
  header nav .dropdown { position: static; transform: none !important; width: 100%; left: 0; white-space: normal; display: none; transition: none; opacity: 1; transition: none; visibility: visible; }
  header nav .dropdown ul { box-shadow: none; margin-top: 0; }
  header nav .dropdown a { display: block; }
  header .searchbox a { width: 34px; height: 34px; }
  header .searchbox a i { font-size: 18px; }
  header .menu { display: block; }
  header .show-searchbox form { width: 100%; } }
.banner { overflow: hidden; position: relative; }
.banner .swiper-banner { height: 480px; }
.banner .swiper-slide { position: relative; }
.banner .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.banner .txt { position: absolute; width: 100%; left: 50%; top: 50%; text-align: center; z-index: 9; transform: translate(-50%, -50%); color: #fff; }
.banner .txt h1, .banner .txt h2 { opacity: 0; visibility: hidden; transition: all 1s; transform: translateY(100%); }
.banner .txt h1 { font-size: 48px; }
.banner .txt h2 { font-size: 20px; font-weight: normal; transition-delay: 0.5s; }
.banner .swiper-slide-active .txt h1, .banner .swiper-slide-active .txt h2 { opacity: 1; visibility: visible; transform: translateY(0); }
.banner .swiper-slide-active .txt h2 { opacity: 1; }
.banner .swiper-pagenation { text-align: center; position: absolute; left: 0; bottom: 5%; z-index: 5; }
.banner .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #fff; border-radius: 5px; opacity: 1; transition: all .5s; }
.banner .swiper-pagination-bullet-active { width: 50px; }

.hmtitle { text-align: center; }
.hmtitle h1 { font-size: 26px; }
.hmtitle p { font-size: 16px; margin: 10px 0 30px; }

.service-area { color: #fff; position: relative; transform: translateZ(0); padding: 50px 0; }
.service-area::before { content: ''; display: block; width: 100%; height: 280px; background: url(../../images/service_bg.jpg) center center/cover no-repeat; position: absolute; left: 0; top: 0; z-index: -1; }
.service-area .servc-bd ul { display: flex; display: -webkit-flex; }
.service-area .servc-bd li { width: 21.42857%; transition: all .5s; height: 250px; background-size: cover; background-repeat: no-repeat; }
.service-area .servc-bd li a { display: block; padding: 50px 50px 0 30px; color: #4C4C4C; }
.service-area .servc-bd li h2 { font-size: 24px; margin-bottom: 15px; }
.service-area .servc-bd li p { min-height: 82px; }
.service-area .servc-bd li span { display: inline-block; width: 30px; height: 30px; border: 1px solid #4c4c4c; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transition: all .5s; }
.service-area .servc-bd li span:hover { margin-left: 10px; }
.service-area .servc-bd li.active { width: 35.71429%; }
.service-area .servc-bd li.active a { padding-right: 35%; }
.service-area .servc-bd li:nth-child(2n) a { color: #fff; }
.service-area .servc-bd li:nth-child(2n) a span { border-color: #fff; }

.news-center {  overflow: hidden; }
.news-center .news-bd { display: flex; display: -webkit-flex; justify-content: space-between; padding-top: 10px; }
.news-center .news-swiper { width: 49.28571%; overflow: hidden; position: relative; height: 428px; }
.news-center .news-swiper .swiper-slide { position: relative; height: 100%; }
.news-center .news-swiper img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.news-center .news-swiper a:hover img { transform: scale(1.05); }
.news-center .news-swiper .txt { position: absolute; left: 0; width: 100%; bottom: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; line-height: 50px; }
.news-center .news-swiper .txt h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 100px; margin-left: 20px; font-weight: normal; font-size: 16px; }
.news-center .news-swiper .news-pagenation { position: absolute; right: 15px; bottom: 15px; width: auto; left: auto; z-index: 9; }
.news-center .news-swiper .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #fff; opacity: 1; margin: 0 5px; }
.news-center .news-swiper .swiper-pagination-bullet-active { background-color: #0067B3; }
.news-center .i-news-lists { width: 49.07143%; background-color: rgba(255,255,255,0.8); padding: 15px;}
.news-center .i-news-lists .focus { border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; display: flex; display: -webkit-flex; margin-bottom: 15px; }
.news-center .i-news-lists .focus a { display: flex; display: -webkit-flex; }
.news-center .i-news-lists .focus .datetime { flex-shrink: 0; width: 80px; height: 80px; background-color: #f4f4f4; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-right: 20px; }
.news-center .i-news-lists .focus .datetime b { font-size: 26px; }
.news-center .i-news-lists .focus .txt h1 { font-size: 18px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 27px; }
.news-center .i-news-lists .focus .txt p { opacity: .7; height: 60px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 30px; }
.news-center .lists li { line-height: 40px; font-size: 16px; }
.news-center .lists li a { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}
.news-center .lists li a span { opacity: .5; flex-shrink: 0; }
.news-center .lists li a::before { content: ''; display: block; width: 5px; height: 5px; background-color: #0067B3; position: absolute; left: 7px; top: 50%; transform: translateY(-50%);font-weight: bold;}
.news-center .lists li h2 { width: calc(100% - 120px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; margin-left: 22px; position: relative; }

.notice-announce { background: center center /cover no-repeat; padding: 30px 0 60px; overflow: hidden; }
.notice-announce .title { border-bottom: 1px solid rgba(2, 102, 178, 0.3); text-align: center; margin-bottom: 28px; }
.notice-announce .tit a { color: #0266b2; font-size: 26px; opacity: .5; display: inline-block; margin: 0 25px; position: relative; padding: 15px 0; }
.notice-announce .tit a:after { content: ''; display: block; width: 0; height: 4px; background-color: #0266b2; transition: all .5s; position: absolute; bottom: 0; left: 50%; }
.notice-announce .tit .active, .notice-announce .tit a:hover { opacity: 1; font-weight: bold; }
.notice-announce .tit .active:after, .notice-announce .tit a:hover:after { left: 0; width: 100%; }
.notice-announce .item { display: none; }
.notice-announce .item:first-child { display: block; }
/*.notice-announce .item ul { display: flex; display: -webkit-flex; flex-wrap: wrap; margin: 0 -13px; }
.notice-announce .item li { padding: 10px 13px; width: 25%; }
.notice-announce .item li .img { height: 186px; overflow: hidden; }
.notice-announce .item li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.notice-announce .item li .info { height: 186px; background-color: #fff; position: relative; padding: 60px 20px 20px; }
.notice-announce .item li .info .datetime { width: 80px; height: 80px; background-color: #f4f4f4; position: absolute; top: -40px; left: 20px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1.3; }
.notice-announce .item li .info .datetime b { font-size: 26px; }
.notice-announce .item li .info h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; margin-bottom: 10px; }
.notice-announce .item li .info p { font-size: 16px; line-height: 30px; height: 60px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; opacity: .6; }
.notice-announce .item li a:hover .img img { transform: scale(1.05); }
*/
.Engineer-pfmc { padding: 50px 0 80px; overflow: hidden; }
.Engineer-pfmc .swiper-engineer { width: 100%; overflow: hidden; margin-top: 0px; }
.Engineer-pfmc .swiper-engineer .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.Engineer-pfmc .swiper-engineer .swiper-slide { width: 52.34375vw; background-color: #fff; position: relative; height: 29.42708vw; }
.Engineer-pfmc .swiper-engineer .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.Engineer-pfmc .swiper-engineer .swiper-slide a { opacity: .5; }
.Engineer-pfmc .swiper-engineer .swiper-slide .txt { position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); line-height: 50px; color: #fff; font-size: 16px; text-align: center; opacity: 0; }
.Engineer-pfmc .swiper-engineer .swiper-slide-active .txt { opacity: 1; }
.Engineer-pfmc .swiper-engineer .swiper-slide-active a { opacity: 1; }

.Compy-qualfct { background: center center /cover no-repeat; padding: 60px 0 60px; }
.Compy-qualfct ul { display: flex; flex-wrap: wrap; }
.Compy-qualfct ul li { width: 25%; color: #fff; text-align: center; }
.Compy-qualfct ul li a { color: #fff; display: inline-block; }
.Compy-qualfct ul li i { transition: all .4s; display: inline-block; }
.Compy-qualfct ul li h2 { font-size: 18px; margin: 20px 0 5px; }
.Compy-qualfct ul li p { text-transform: uppercase; }
.Compy-qualfct ul li a:hover i { transform: rotateY(180deg); }

/* 视频弹窗 */
#videoPopup { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); display: none; }
#videoPopup .video-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
#videoPopup .video-box video { width: 100%; height: 100%; object-fit: contain; }
#videoPopup .close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); cursor: pointer; text-align: center; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1024px) { #videoPopup .close { width: 26px; height: 26px; }
  #videoPopup .close span { width: 10px; height: 10px; margin-top: 8px; } }
.compy-intro{ padding: 70px 0; overflow: hidden; }
.compy-intro .inner { display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; }
.compy-intro .imgvideo { position: relative; width: 50%; transform: translateZ(0); flex-shrink: 0; }
.compy-intro .imgvideo:before { content: ''; display: block; background-color: #0067b3; left: 23px; top: 24px; width: 100%; height: 100%; position: absolute; z-index: -1; }
.compy-intro .imgvideo .img { position: relative; overflow: hidden; }
.compy-intro .imgvideo .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.compy-intro .imgvideo .img:before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; z-index: 2; }
.compy-intro .imgvideo .img .play { display: block; width: 60px; height: 60px; background: url(../images/icon_play.png) 0 0/cover no-repeat; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 3; }
.compy-intro .imgvideo a:hover .img img { transform: scale(1.05); }
.compy-intro .rt { width: 44.85714%; }
.compy-intro .rt h1 { font-size: 36px; margin: 60px 0; }
.compy-intro .rt ul { display: flex; display: -webkit-flex; }
.compy-intro .rt ul li { width: 33.33%; }
.compy-intro .rt ul li p { opacity: .5; }
.compy-intro .rt ul li div { font-size: 60px; color: #0067B3; font-family: "bahnschrift"; }
.compy-intro .rt .intro { margin-top: 10px; }
.compy-intro .rt .intro p { font-size: 16px; line-height: 30px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; height: 120px; }

footer { background-color: #0067B3; }
footer .inner { display: flex; display: -webkit-flex; flex-wrap: wrap; padding: 50px 0; justify-content: space-between; align-items: center; color: #fff; line-height: 30px; }
footer .inner .logo img { max-width: 100%; }
footer .inner .md { opacity: .8; }
footer .inner .md span { margin-right: 9px; font-size: 14px; }
footer .inner .md span::before { margin-right: 8px; }

footer .inner .md p span {  margin-left: 5px; }
footer .inner .md p span a { color: #fff;   }
footer .inner .md p span a:hover { color: #fff; opacity: .5;  }

@media only screen and (max-width: 1440px) { .banner .swiper-banner { height: 40vw; }
  .banner .txt h1 { font-size: 40px; }
  .hmtitle h1 { font-size: 30px; }
  .notice-announce .tit a { font-size: 30px; }
  footer .inner .md { width: 50%; }
  footer .inner .md span { display: block; }
  .compy-intro .rt ul li div { font-size: 50px; }
  .compy-intro .rt h1 { font-size: 30px; } }
@media only screen and (max-width: 1280px) { .banner .swiper-banner { height: 50vw; }
  .service-area .servc-bd li a { padding: 40px 30px 0 30px; }
  .service-area .servc-bd li.active a { padding-right: 10%; } }
@media only screen and (max-width: 1024px) { .banner .txt h1 { font-size: 30px; }
  .hmtitle h1 { font-size: 24px; }
 /* .notice-announce .item li { width: 50%; }
*/  
  .notice-announce .tit a { font-size: 20px; }
  .compy-intro .rt ul li div { font-size: 40px; }
  .compy-intro .rt h1 { font-size: 20px; margin: 30px 0; } }
@media only screen and (max-width: 768px) { .banner .txt { padding: 0 10px; }
	.notice-announce {  padding: 15px 0 60px;}
	.Engineer-pfmc { padding: 40px 0 50px; }
  .news-center .news-bd { flex-wrap: wrap; }
  .news-center .news-swiper { width: 100%; margin-bottom: 30px; }
  .news-center .i-news-lists { width: 100%; }
  .service-area .servc-bd ul { flex-wrap: wrap; }
  .service-area .servc-bd ul li { width: 100%; }
  .service-area .servc-bd ul li.active { width: 100%; }
  .Engineer-pfmc .swiper-engineer .swiper-slide { height: 50vw; }
  .Compy-qualfct ul li { width: 50%; margin: 20px 0; }
	.compy-intro{ padding: 30px 0; overflow: hidden; }
  .compy-intro .imgvideo { width: 100%; margin-bottom: 50px; }
  .compy-intro .rt { width: 100%; }
  .compy-intro .rt ul li div { font-size: 30px; }
  footer .inner .logo { width: 100%; margin-bottom: 20px; }
  footer .inner .md { width: 100%; margin-bottom: 20px; }
  .service-area .servc-bd li { height: auto; }
  .service-area .servc-bd li a { padding: 20px; }
  .service-area .servc-bd li.active a { padding-right: 20px; }
  .service-area .servc-bd li p { min-height: auto; margin-bottom: 20px; }
  .news-center .lists li { font-size: 14px; } }
@media only screen and (max-width: 500px) { .news-center .news-swiper { height: 50vw; }
 /*  .notice-announce .item li { width: 100%; }
*/  
	.Compy-qualfct ul li i { width: 40px; }
  .Compy-qualfct ul li i img { max-width: 100%; }
  .compy-intro .imgvideo:before { top: 10px; left: 10px; } 
.notice-announce .tit a { margin: 0 15px;  }
}
.page-banner { background: 0 0/cover no-repeat; color: #fff; height: 300px; display: flex; display: -webkit-flex; align-items: center; }
.page-banner .wrap h1 { font-size: 36px; }
.page-banner .wrap .scrumb { font-size: 16px; margin-top: 10px; }
.page-banner .wrap .scrumb a { color: #fff; position: relative; display: inline-block; }
.page-banner .wrap .scrumb a:after { content: ''; width: 0; height: 2px; background-color: #fff; transition: all .5s; position: absolute; bottom: 0; left: 0; }
.page-banner .wrap .scrumb a:hover:after { width: 100%; }

.two-nav { background-color: #D0DFEB; }
.two-nav ul { display: flex; }
.two-nav li { line-height: 60px; width: 165px; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.5); }
.two-nav li a { font-size: 16px; display: block; background: url(../../images/diwen.png) right bottom/cover no-repeat; }
.two-nav li:last-child { border-right: none; }
.two-nav li a:hover, .two-nav li.active a { color: #fff; background-color: #0067B3; }

.page-main { background-color: #f4f4f4; padding: 30px 0 30px; }
.page-main .kjcg-table { margin-bottom: 60px; }
.page-main .kjcg-table table { width: 100%; text-align: center; }
.page-main .kjcg-table th { background-color: #0067B3; color: #fff; font-size: 18px; line-height: 60px; }
.page-main .kjcg-table td { padding: 15px; font-size: 16px; background-color: #fff; }
.page-main .kjcg-table tr:nth-child(odd) td { background-color: #DAEAF7; }
.page-main .kjcg-table a.lk-pic { font-weight: bold; color: #0067B3; }
.page-main .kjcg-table tr:hover td { background-color: #D0DFEB; }

.pages { display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.pages span { display: inline-block; padding: 0 16px; line-height: 40px; margin: 5px; font-size: 16px; background-color: #fff; }
.pages a { display: inline-block; padding: 0 16px; line-height: 40px; margin: 5px; font-size: 16px; background-color: #fff; }
.pages a.on { background-color: #0067B3; color: #fff; }



@media only screen and (max-width: 1024px) { .page-banner { height: 260px; }
  .pages a { padding: 0 12px; line-height: 30px; } }
@media only screen and (max-width: 768px) { .page-banner { height: 200px; }
  .page-main .kjcg-table th { font-size: 16px; }
  .page-main .kjcg-table td { font-size: 14px; }
  .two-nav li { line-height: 50px; width: auto; }
  .two-nav li a { padding: 0 10px; } }
/* 图片弹窗 */
#imgPopup { position: fixed; width: 100%; height: 100%; top: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); display: none; }
#imgPopup .img-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
#imgPopup .img-box video { max-width: 100%; }
#imgPopup .close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-align: center; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1024px) { #imgPopup .img-box { width: 80%; }
  #imgPopup .img-box img { width: 100%; }
  #imgPopup .close { width: 26px; height: 26px; }
  #imgPopup .close span { width: 10px; height: 10px; margin-top: 8px; } }
@media screen and (max-width: 768px) { #imgPopup .img-box { width: calc(100% - 40px); } }
.gcyj-box { margin-bottom: 40px; }
.gcyj-box ul { margin: 0 -12.5px; display: flex; display: -webkit-flex; flex-wrap: wrap; }
.gcyj-box ul li { width: 33.33%; padding: 0 12.5px 30px; }
.gcyj-box ul li a { display: block; background-color: #fff; padding: 20px 20px 0; }
.gcyj-box ul li .img { height: 230px; overflow: hidden; }
.gcyj-box ul li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.gcyj-box ul li h2 { text-align: center; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 12px 0; font-weight: normal; }
.gcyj-box ul li a:hover { background-color: #0067B3; }
.gcyj-box ul li a:hover .img img { transform: scale(1.05); }
.gcyj-box ul li a:hover h2 { color: #fff; }

@media screen and (max-width: 768px) { .gcyj-box ul li { width: 50%; } }
@media screen and (max-width: 500px) { .gcyj-box ul li { width: 100%; } }
.news-box li { background-color: #fff; margin-bottom: 30px; }
.news-box li a { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; padding: 26px 30px; }
.news-box li .img { width: 300px; height: 170px; overflow: hidden; flex-shrink: 0; margin-right: 27px; }
.news-box li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.news-box li .info { margin-right: 40px; }
.news-box li .info h2 { font-size: 20px; margin: 0 0 20px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 30px; }
.news-box li .info p { word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 60px; opacity: 0.6; line-height: 30px; font-size: 16px; }
.news-box li .datetime { width: 90px; height: 90px; border: 1px solid #909090; transition: all .5s; flex-direction: column; display: flex; display: -webkit-flex; flex-shrink: 0; align-items: center; justify-content: center; }
.news-box li .datetime i { font-size: 20px; }
.news-box li .datetime span { font-size: 13px; }
.news-box li:hover .img img { transform: scale(1.05); }
.news-box li:hover .datetime { background-color: #0067B3; color: #fff; }

@media screen and (max-width: 1024px) { .news-box li .img { width: 200px; height: 140px; } }
@media screen and (max-width: 768px) { .news-box li a { flex-wrap: wrap; padding: 20px; }
  .news-box li .img { width: 100%; margin-bottom: 20px; }
  .news-box li .info { margin-bottom: 10px; margin-right: 0; }
  .news-box li .info h2 { margin-bottom: 10px; } }
.airticle { background-color: #fff; padding: 40px 4.28571% 30px; font-size: 16px; width: 100%; }
.airticle .title { border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: 30px; }
.airticle .title h1 { text-align: center; font-size: 36px; color: #0067B3; padding: 50px 0; }
.airticle .title .other { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.airticle .title .lr span { margin-right: 40px; }
.airticle .title .lr span:last-child { margin-right: 0; }
.airticle .title .lr span i { color: #0067B3; margin-right: 10px; font-size: 18px; font-weight: bold; }
.airticle .title .share { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.airticle .title .share a { margin-left: 30px; }
.airticle .title .share a i { font-size: 20px; }
.airticle .title .share .qq { color: #0f95f8; }
.airticle .title .share .wx { color: #17bc61; }
.airticle .title .share .wb { color: #ff5a5a; }
.airticle .title .share a:hover { opacity: .8; }
.airticle .content { color: #0A0A0A; line-height: 32px; opacity: 0.8; padding: 35px 0 50px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.airticle .content img { max-width: 100%; }
.airticle .content .videoPopup2{width: 100%; }
.airticle .content .video-box2{ -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.airticle .content .video{width: 100%; }
.airticle .content .imgvideo { position: relative;  transform: translateZ(0); flex-shrink: 0; }

.airticle .content .imgvideo .img { position: relative; overflow: hidden; }
.airticle .content .imgvideo .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.airticle .content .imgvideo .img:before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; z-index: 2; }
.airticle .content .imgvideo .img .play { display: block; width: 60px; height: 60px; background: url(../images/icon_play.png) 0 0/cover no-repeat; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 3; }
.airticle .content .imgvideo a:hover .img img { transform: scale(1.05); }
.airticle .airt-bot { padding-top: 17px; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.airticle .airt-bot a {  -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.airticle .airt-bot a i { font-size: 20px; }
.airticle .airt-bot .icon-leftarrow { margin-right: 9px; }
.airticle .airt-bot .icon-rightarrow { margin-left: 9px; }
.airticle .airt-bot .mulu { width: 130px; height: 40px; line-height: 40px; background-color: #0067B3; color: #fff; border-radius: 5px; text-align: center; justify-content: center; }
.airticle .airt-bot .mulu:hover { opacity: .8; }
.airticle .airt-bot .icon-ego-caidan { margin-right: 9px; }

@media screen and (max-width: 1024px) { .airticle .title h1 { font-size: 30px; padding: 30px 0; }
  .airticle .title .lr span { margin-right: 20px; } }
@media screen and (max-width: 768px) { .airticle .title h1 { font-size: 20px; }
  .airticle .title .other { flex-wrap: wrap; justify-content: center; }
  .airticle .title .other .lr { width: 100%; text-align: center; }
  .airticle { font-size: 14px; }
  .airticle .airt-bot .mulu { width: 100px; } }
.friendlink { background-color: #e5f0f7; padding: 17px 0 15px; }
.friendlink .wrap { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.friendlink .wrap h2 { font-size: 18px; color: #0067B3; margin-right: 28px; }
.friendlink .logo-link { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap; flex: 1; }
.friendlink .logo-link a { display: inline-block; margin: 5px 4% 5px 0; width: 8.28125vw; }
.friendlink .logo-link a img { width: 100%; }

@media only screen and (max-width: 768px) { .friendlink .wrap h2 { font-size: 16px; margin-right: 10px; }
  .friendlink .logo-link a { width: 100px; }
  footer .inner .logo { text-align: center; }
  footer .inner .md { text-align: center; }
  footer .inner .md .other { display: inline-block; }
  footer .inner .md p { text-align: center; }
  footer .inner .qrcode { text-align: center; width: 90px; margin: 0 auto; } }